From: Robert Lipe Date: Sun, 14 Apr 2019 02:58:00 +0000 (-0500) Subject: Fix date in Windows rc copyright. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~8^2~5^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=8c7a6d543682d5ea40a6633a108c4f7de4199166;p=gpsbabel.git Fix date in Windows rc copyright. --- diff --git a/win32/gpsbabel.rc.in b/win32/gpsbabel.rc.in index 0c0e034e2..835e6fdf0 100644 --- a/win32/gpsbabel.rc.in +++ b/win32/gpsbabel.rc.in @@ -16,7 +16,7 @@ FILEFLAGSMASK 0x3fL VALUE "FileDescription", "GPS format converter\0" VALUE "FileVersion", "@GBMAJOR@.@GBMINOR@.@GBMICRO@@PACKAGE_RELEASE@\0" VALUE "InternalName", "\0" - VALUE "LegalCopyright", "(C) 2002-2020 Robert Lipe and GPSBabel contributors\0" + VALUE "LegalCopyright", "(C) 2002-2019 Robert Lipe and GPSBabel contributors\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gpsbabel.exe\0" VALUE "ProductName", "GPSBabel\0"